radius servers

This command configures the RADIUS Servers table, which configures RADIUS servers.

Syntax

(config-system)# radius servers <Index>
(servers-<Index>)# 

Command

Description

Index

Defines the table row index.

acc-port

Defines the RADIUS server's accounting port.

auth-port

Defines the RADIUS server's authentication port.

ip-address

Defines the RADIUS server's IP address.

network-source

Defines the alias name representing a VRF or an IP address of the IPv4 source network interface that is used to bind to the RADIUS application client.

shared-secret

Defines the shared secret between the RADIUS client and the RADIUS server.

Command Mode

Privileged User

Example

This example configures a RADIUS server with IP address 10.15.7.8:

(config-system)# radius servers 0
(servers-0)# ip-address 10.15.7.8